diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-19 10:48:59 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-19 10:48:59 +0000 |
commit | 475b0cf83c9f3a8a5f6ff0afef3dadb2f7e9cfa8 (patch) | |
tree | 695d97a2a698e370faa303dd6f372b5a665f965e /gnu/usr.bin/Makefile | |
parent | ab5f1860dfc8fee39ce6c35f1e973c8325e989b9 (diff) |
+perl
Diffstat (limited to 'gnu/usr.bin/Makefile')
-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 cb177f89e0a..3ed07ea55c8 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.13 1996/07/27 03:12:28 deraadt Exp $ +# $OpenBSD: Makefile,v 1.14 1996/08/19 10:48:58 downsj 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 rcs sdiff sendbug sort +SUBDIR+= gzip perl rcs sdiff sendbug sort # some ports use binutils, some do not. .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips") |