diff options
author | Doug Rabson <dfr@FreeBSD.org> | 1999-05-02 09:57:53 +0000 |
---|---|---|
committer | Doug Rabson <dfr@FreeBSD.org> | 1999-05-02 09:57:53 +0000 |
commit | 1bb2600168ccba6de46af56d43e194a5d0f6a17e (patch) | |
tree | 35fd28dfb7daae56268854d5a9d714057944978b /gnu/usr.bin/Makefile | |
parent | 76505dc90c832ed99dbd693766ff6b1cf88230e9 (diff) | |
download | src-test2-1bb2600168ccba6de46af56d43e194a5d0f6a17e.tar.gz src-test2-1bb2600168ccba6de46af56d43e194a5d0f6a17e.zip |
Notes
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 ad9ba9e4a38c..ea83ccc311de 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.44 1998/09/09 19:30:45 markm Exp $ +# $Id: Makefile,v 1.45 1999/04/05 08:48:08 obrien Exp $ SUBDIR= awk bc binutils bison cc cpio cvs dc dialog diff diff3 gperf \ grep groff gzip man patch ptx rcs sdiff send-pr sort tar texinfo .if ${MACHINE_ARCH} == "i386" -SUBDIR+=as gdb ld +SUBDIR+=as ld .endif .if !defined(NOPERL) && exists(${.CURDIR}/perl) |