diff options
author | jfieber <jfieber@FreeBSD.org> | 1995-04-27 18:03:29 +0000 |
---|---|---|
committer | jfieber <jfieber@FreeBSD.org> | 1995-04-27 18:03:29 +0000 |
commit | 97b0148311aee2dffdad3f759f11688750e783d1 (patch) | |
tree | 15a8ea142dc93dfbfc87d9f79efa74dbbfbc38a4 /usr.bin | |
parent | 6d4922284e443a79fe57e4f1cf48e7a3b3acacf1 (diff) | |
download | FreeBSD-src-97b0148311aee2dffdad3f759f11688750e783d1.zip FreeBSD-src-97b0148311aee2dffdad3f759f11688750e783d1.tar.gz |
Added sgmls
Diffstat (limited to 'usr.bin')
-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 38c3d3f..7691edd 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 1/7/94 -# $Id: Makefile,v 1.46 1995/04/13 21:11:53 wollman Exp $ +# $Id: Makefile,v 1.47 1995/04/15 08:19:16 phk Exp $ # XXX MISSING: deroff diction graph learn plot # spell spline struct units xsend @@ -20,7 +20,7 @@ SUBDIR= apply ar at banner basename biff cal calendar \ modstat more msgs mt ncftp netstat nfsstat nice \ nm nohup pagesize passwd paste pr printenv printf quota ranlib rdist \ renice rev rlogin rpcgen rpcinfo rs rsh rup ruptime rusers rwall \ - rwho script sed shar showmount size soelim split \ + rwho script sed sgmls shar showmount size soelim split \ strings strip su symorder talk tconv tcopy tee telnet tftp time tip \ tn3270 touch tput tr true tset tsort tty ul uname unexpand \ unifdef uniq unvis users uudecode uuencode vacation \ |