diff options
-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") |