diff options
-rw-r--r-- | audio/emixer/files/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/emixer/files/Makefile b/audio/emixer/files/Makefile index 000b12ab404..9e0a088815b 100644 --- a/audio/emixer/files/Makefile +++ b/audio/emixer/files/Makefile @@ -1,5 +1,7 @@ +# $NetBSD: Makefile,v 1.2 1999/12/20 03:28:38 hubertf Exp $ + CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lm all: emixer emixer: main.o |