diff options
Diffstat (limited to 'usr.bin/mt/Makefile')
-rw-r--r-- | usr.bin/mt/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/mt/Makefile b/usr.bin/mt/Makefile new file mode 100644 index 0000000..253fa99 --- /dev/null +++ b/usr.bin/mt/Makefile @@ -0,0 +1,6 @@ +# @(#)Makefile 8.1 (Berkeley) 6/6/93 + +PROG= mt +CFLAGS+=-I/sys + +.include <bsd.prog.mk> |