diff options
Diffstat (limited to 'usr.bin/cmp/Makefile')
-rw-r--r-- | usr.bin/cmp/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/cmp/Makefile b/usr.bin/cmp/Makefile new file mode 100644 index 0000000..1b84ce3 --- /dev/null +++ b/usr.bin/cmp/Makefile @@ -0,0 +1,6 @@ +# @(#)Makefile 8.1 (Berkeley) 6/6/93 + +PROG= cmp +SRCS= cmp.c misc.c regular.c special.c + +.include <bsd.prog.mk> |