From 7b274c4632cc91a5cf6d9d84feb9963fee057f0c Mon Sep 17 00:00:00 2001 From: millert Date: Tue, 21 Jan 1997 04:34:32 +0000 Subject: [PATCH] Install BSD sort(1) not GNU one. Can always change back if necesary. --- gnu/usr.bin/Makefile | 4 ++-- usr.bin/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 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") || \ 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 \ -- 2.20.1