diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1996-10-28 04:25:39 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1996-10-28 04:25:39 +0000 |
commit | f76a6140fb5c41112ce204f50ed8972ca2383b9f (patch) | |
tree | 3dd64587f5a49eb0f076e3b107f1757c45e3b563 /gnu/usr.bin | |
parent | 1a1dcd8f0e979a890261ce36802e39fee062352a (diff) |
add sudo
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 16e722c47b0..ffa49f2ebf4 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.16 1996/09/14 22:28:11 etheisen Exp $ +# $OpenBSD: Makefile,v 1.17 1996/10/28 04:25:38 millert Exp $ # $NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $ SUBDIR+= bc cpio cvs dc diff diff3 gcc grep groff -SUBDIR+= gzip perl rcs sdiff sendbug sort +SUBDIR+= gzip perl rcs sdiff sendbug sort sudo # some ports use binutils, some do not. .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips") |