diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1994-01-30 00:31:51 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1994-01-30 00:31:51 +0000 |
commit | 24d56492740451a8ba2ad4744904e90fdf034cae (patch) | |
tree | 6da723c9bd1829c7dfc7e4a71c71bd865e63e690 /gnu | |
parent | 7d069720c61e5d84740a3f99fe65c393c1528dc2 (diff) | |
download | FreeBSD-src-24d56492740451a8ba2ad4744904e90fdf034cae.zip FreeBSD-src-24d56492740451a8ba2ad4744904e90fdf034cae.tar.gz |
New files for relocated source code.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/Makefile | 6 | ||||
-rw-r--r-- | gnu/usr.bin/Makefile.inc | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile new file mode 100644 index 0000000..4430e1e --- /dev/null +++ b/gnu/usr.bin/Makefile @@ -0,0 +1,6 @@ +# $Id$ + +SUBDIR= as awk bc cc cpio cvs dc diff diff3 gdb grep groff gzip ld \ + man patch pr rcs sdiff sort tar + +.include <bsd.subdir.mk> diff --git a/gnu/usr.bin/Makefile.inc b/gnu/usr.bin/Makefile.inc new file mode 100644 index 0000000..5371a22 --- /dev/null +++ b/gnu/usr.bin/Makefile.inc @@ -0,0 +1,3 @@ +# $Id$ + +BINDIR?= /usr/bin |