diff options
author | bde <bde@FreeBSD.org> | 1997-07-06 06:54:14 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-07-06 06:54:14 +0000 |
commit | 4d7f45e2595cdda6921d9ed62f7ce9ba08453d13 (patch) | |
tree | 8a1e564deb1b54debb4947f8ee448223b4ef4fb3 /usr.bin/whatis/Makefile | |
parent | e9b5b21c359ab94dbe38c62aa507bd29c30d295c (diff) | |
download | FreeBSD-src-4d7f45e2595cdda6921d9ed62f7ce9ba08453d13.zip FreeBSD-src-4d7f45e2595cdda6921d9ed62f7ce9ba08453d13.tar.gz |
Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,
pascal and vmstat.sparc. All changed files on the vendor branch should
already have been imported.
Diffstat (limited to 'usr.bin/whatis/Makefile')
-rw-r--r-- | usr.bin/whatis/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/whatis/Makefile b/usr.bin/whatis/Makefile new file mode 100644 index 0000000..8655a7c --- /dev/null +++ b/usr.bin/whatis/Makefile @@ -0,0 +1,7 @@ +# @(#)Makefile 8.1 (Berkeley) 6/6/93 + +PROG= whatis +SRCS= whatis.c config.c +.PATH: ${.CURDIR}/../man + +.include <bsd.prog.mk> |