diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-03-08 01:31:53 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-03-08 01:31:53 +0000 |
commit | 43d03f528c2a4eff4dbaaeda397f5fec26f5a9a6 (patch) | |
tree | bac4253139d883ad3e5a3b0a84f1b9410fe30623 | |
parent | 605d70ec7f929ff8e901000dec803dc51e9cb9f8 (diff) |
add deroff to SUBDIRS
-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 f61c84b112b..e324c1ff7cd 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.19 1997/01/21 04:34:33 millert Exp $ +# $OpenBSD: Makefile,v 1.20 1997/03/08 01:31:52 kstailey 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+= bc cpio cvs dc deroff diff diff3 gcc grep groff SUBDIR+= gzip perl rcs sdiff sendbug sudo # some ports use binutils, some do not. |