diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-06-29 00:09:52 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-06-29 00:09:52 +0000 |
commit | e038c1555f2e165a35c68bb94f24b03bf9ecc49c (patch) | |
tree | b508d743c4206999b2f033105b83ebaa9857ed66 /gnu | |
parent | 998019cf69610d217d9c20df585adfb27873399b (diff) |
dc is now part of GNU bc
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 de4e1a843fe..f29e0eee994 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.24 1998/05/04 21:35:29 mickey Exp $ +# $OpenBSD: Makefile,v 1.25 1998/06/29 00:09:51 millert Exp $ # $NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $ -SUBDIR+= bc cvs dc deroff diff diff3 gcc grep groff +SUBDIR+= bc cvs deroff diff diff3 gcc grep groff SUBDIR+= gzip lynx perl rcs sdiff sendbug sudo SUBDIR+= binutils |