diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-01-21 04:34:34 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-01-21 04:34:34 +0000 |
commit | d20e5bfe50045660d14606212962161675548699 (patch) | |
tree | 08c8a970079aeff6a55403d3e35b8ec18781ab07 /gnu | |
parent | 0c5cd24b7a394e3954e583b0bc8fc1a5d3133645 (diff) |
Install BSD sort(1) not GNU one. Can always change back if necesary.
Diffstat (limited to 'gnu')
-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 72ac057a9d4..f61c84b112b 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.18 1996/12/23 22:42:46 rahnds Exp $ +# $OpenBSD: Makefile,v 1.19 1997/01/21 04:34:33 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 sudo +SUBDIR+= gzip perl rcs sdiff sendbug sudo # some ports use binutils, some do not. .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips") || \ |