diff options
author | wpaul <wpaul@FreeBSD.org> | 1996-01-12 06:43:33 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1996-01-12 06:43:33 +0000 |
commit | 6b2a9ed7843bb50f69453e7b52c15ad75b77ee2a (patch) | |
tree | 681519beafaefaea449b416b4db71ca56269082e /gnu/usr.bin/Makefile | |
parent | bad7053995e7ab210688d158dd4a78ef521ce3f7 (diff) | |
download | FreeBSD-src-6b2a9ed7843bb50f69453e7b52c15ad75b77ee2a.zip FreeBSD-src-6b2a9ed7843bb50f69453e7b52c15ad75b77ee2a.tar.gz |
Remove yppush; it's about to be replaced.
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 c62f69c..53d9a18 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.28 1995/12/10 21:50:02 peter Exp $ +# $Id: Makefile,v 1.29 1995/12/18 08:04:53 peter Exp $ SUBDIR= as awk bc cc cpio cvs dc dialog diff diff3 gdb \ grep groff gzip ld man mkisofs patch perl ptx rcs sdiff send-pr \ - sort tar texinfo yppush + sort tar texinfo .include <bsd.subdir.mk> |