diff options
Diffstat (limited to 'usr.bin/sudo/Makefile')
-rw-r--r-- | usr.bin/sudo/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/sudo/Makefile b/usr.bin/sudo/Makefile index ac0fd888344..2f4899dfc37 100644 --- a/usr.bin/sudo/Makefile +++ b/usr.bin/sudo/Makefile @@ -1,5 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2004/01/15 21:32:03 millert Exp $ +# $OpenBSD: Makefile,v 1.2 2004/09/28 15:10:50 millert Exp $ + +.include <bsd.own.mk> SUBDIR= lib sudo visudo +.if !defined(NOPIC) +SUBDIR+= noexec +.endif .include <bsd.subdir.mk> |