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 /usr.bin/Makefile | |
parent | 0c5cd24b7a394e3954e583b0bc8fc1a5d3133645 (diff) |
Install BSD sort(1) not GNU one. Can always change back if necesary.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 959f0656fcc..ef002f7df87 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.36 1997/01/07 06:51:50 graichen Exp $ +# $OpenBSD: Makefile,v 1.37 1997/01/21 04:34:32 millert Exp $ # $NetBSD: Makefile,v 1.62 1996/03/10 05:45:43 thorpej Exp $ # from: @(#)Makefile 5.8.1.1 (Berkeley) 5/8/91 @@ -17,7 +17,7 @@ SUBDIR= apply apropos arch asa at aucat awk banner basename bdes biff cal \ nfsstat nice nohup oldrdist pagesize passwd paste patch pr printenv \ printf quota rdist rdistd renice rev rlogin rpcgen rpcinfo rs \ rsh rup ruptime rusers rwall rwho \ - script sed shar showmount skey skeyinit soelim split \ + script sed shar showmount skey skeyinit soelim sort split \ su sup systat tail talk tcopy tee telnet tftp time \ tip tn3270 touch tput tr true tset tsort tty ul uname unexpand \ unifdef uniq units unvis users uudecode uuencode \ |