]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/expand/Makefile
This commit was generated by cvs2svn to compensate for changes in r51292,
[FreeBSD/FreeBSD.git] / usr.bin / expand / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/9/93
2
3 PROG=   expand
4 CFLAGS+=-Wall
5 MLINKS= expand.1 unexpand.1
6
7 .include <bsd.prog.mk>