diff options
author | 2001-08-03 18:32:40 +0000 | |
---|---|---|
committer | 2001-08-03 18:32:40 +0000 | |
commit | 9d1b2908a39da48c56b4e7aecea07b07e95462f6 (patch) | |
tree | 1d4f819f4ecc93694e554a32872052ac729c4320 | |
parent | add man page (diff) | |
download | wireguard-openbsd-9d1b2908a39da48c56b4e7aecea07b07e95462f6.tar.xz wireguard-openbsd-9d1b2908a39da48c56b4e7aecea07b07e95462f6.zip |
Move .include <bsd.obj.mk> right after bsd.own.mk.
-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 |