diff options
Diffstat (limited to 'usr.sbin/altq/altqd')
-rw-r--r-- | usr.sbin/altq/altqd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/altq/altqd/Makefile b/usr.sbin/altq/altqd/Makefile index 18a6e2d682b..7dee175ebe1 100644 --- a/usr.sbin/altq/altqd/Makefile +++ b/usr.sbin/altq/altqd/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2001/08/03 17:57:14 jakob Exp $ +# $OpenBSD: Makefile,v 1.3 2001/08/03 18:32:40 fgsch Exp $ # $NetBSD: Makefile,v 1.3 2001/01/11 13:15:06 enami Exp $ .include <bsd.own.mk> +.include <bsd.obj.mk> PROG= altqd MAN= altqd.8 altq.conf.5 @@ -10,8 +11,6 @@ SRCS= altqd.c libaltq2.c CPPFLAGS+= -DALTQ -I${.CURDIR}/../libaltq -.include <bsd.obj.mk> - .if exists(${.CURDIR}/../libaltq/${__objdir}) LDADD+= -L${.CURDIR}/../libaltq/${__objdir} -laltq DPADD+= ${.CURDIR}/../libaltq/${__objdir}/libaltq.a |