6865b13f29
While here, set NO_CONFIGURE=YES.
9 lines
282 B
Makefile
9 lines
282 B
Makefile
# $NetBSD: Makefile,v 1.6 2004/05/03 17:32:36 minskim Exp $
|
|
|
|
all: emixer
|
|
emixer: main.o
|
|
${CC} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC} -lncurses ${LIBOSSAUDIO}
|
|
|
|
install:
|
|
${BSD_INSTALL_PROGRAM} emixer ${PREFIX}/bin/emixer
|
|
${BSD_INSTALL_DATA} readme ${PREFIX}/share/doc/emixer.readme
|