diff options
author | 2012-07-12 09:17:40 +0000 | |
---|---|---|
committer | 2012-07-12 09:17:40 +0000 | |
commit | dc2d57393ced985084f6b3424c2432156eda0f29 (patch) | |
tree | d422677732ee9eca780382ea39381a618204f2b1 | |
parent | test .Fn with exactly one argument; (diff) | |
download | wireguard-openbsd-dc2d57393ced985084f6b3424c2432156eda0f29.tar.xz wireguard-openbsd-dc2d57393ced985084f6b3424c2432156eda0f29.zip |
remove a double .include
ok robert@
-rw-r--r-- | usr.sbin/nginx/Makefile.bsd-wrapper | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/nginx/Makefile.bsd-wrapper b/usr.sbin/nginx/Makefile.bsd-wrapper index 60c9de7ff82..a156b49db5d 100644 --- a/usr.sbin/nginx/Makefile.bsd-wrapper +++ b/usr.sbin/nginx/Makefile.bsd-wrapper @@ -1,5 +1,5 @@ # Build wrapper for Nginx -# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2012/07/07 16:01:48 robert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2012/07/12 09:17:40 jasper Exp $ LNDIR= /usr/bin/lndir @@ -33,8 +33,6 @@ CONFIGURE_ARGS= --prefix=/var/www \ MAN+= ${.OBJDIR}/objs/nginx.8 -.include <bsd.own.mk> - all: ${.OBJDIR}/objs/ngx_auto_config.h @cd ${.OBJDIR} && ${MAKE} |