diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-09-28 15:10:52 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-09-28 15:10:52 +0000 |
commit | b2ce21d7e22822255c394cc618c029fdcd31be4d (patch) | |
tree | ba0dcff50d70b05985ecb9590c0bf828c151a021 /usr.bin/sudo/Makefile | |
parent | 6d2330fc528f6b282a6ed3bff15e92d30ee98805 (diff) |
Update to sudo 1.6.8p1
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> |