diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-04-12 07:19:09 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-04-12 07:19:09 +0000 |
| commit | f2a0af48e5d48ca88e8335ed42e10d018354dae9 (patch) | |
| tree | 533ff469bb98421c563bc37fee348ca7d5023358 /gnu | |
| parent | 51e16fc1081d1973c7440dc0ce758f4e66f6e01f (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 4364cd4b52c5..f3128dfe1259 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,7 +1,11 @@ -# $Id$ +# $Id: Makefile,v 1.35 1997/02/22 15:43:16 peter Exp $ SUBDIR= as awk bc bison cc cpio cvs dc dialog diff diff3 gdb genclass gperf \ - grep groff gzip ld man patch perl ptx rcs sdiff send-pr \ + grep groff gzip ld man patch ptx rcs sdiff send-pr \ sort tar texinfo +.if !defined(NOPERL) && exists(${.CURDIR}/perl) +SUBDIR+=perl +.endif + .include <bsd.subdir.mk> |
