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