diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2008-11-14 11:58:09 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2008-11-14 11:58:09 +0000 |
commit | 4dcc6f61d2ac432522cb0d8249ced4b2437da0a5 (patch) | |
tree | 7b176ffeeb7bda768ae52a14198616c2982e1231 /usr.bin/sudo/visudo | |
parent | b947682bc3ae9dc4a24d5a2c48e88d01ecd53b63 (diff) |
Upgrade to sudo 1.7. See the WHATSNEW files for details.
Diffstat (limited to 'usr.bin/sudo/visudo')
-rw-r--r-- | usr.bin/sudo/visudo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/sudo/visudo/Makefile b/usr.bin/sudo/visudo/Makefile index db29a20fd4e..bba29b0db3e 100644 --- a/usr.bin/sudo/visudo/Makefile +++ b/usr.bin/sudo/visudo/Makefile @@ -1,9 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2007/07/26 16:10:16 millert Exp $ +# $OpenBSD: Makefile,v 1.3 2008/11/14 11:58:08 millert Exp $ .PATH: ${.CURDIR}/.. PROG= visudo +SRCS= pwutil.c visudo.c BINDIR= /usr/sbin +CPPFLAGS+= -I.. POD2MAN=/usr/bin/pod2man MAN= visudo.8 |