diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-08-03 18:32:41 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-08-03 18:32:41 +0000 |
commit | 6eab8089c1bc6904fcf03bd039a7332d9ac6b441 (patch) | |
tree | e3bb72b798efb1a17407c34156160f38b2e540a0 /usr.sbin/altq/altqd | |
parent | 487ca097f1dc3f692fac05bb31a625997c9a4c69 (diff) |
Move .include <bsd.obj.mk> right after bsd.own.mk.
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 |