More -Wwrite-strings cleanup and make sure you can actually play it.
[dragonfly.git] / usr.bin / expand / Makefile
blobba5b35084effed2ccdc353f8c832021c5eaa86b1
1 # From: @(#)Makefile 8.1 (Berkeley) 6/9/93
2 # $FreeBSD: src/usr.bin/expand/Makefile,v 1.2.6.2 2002/07/09 10:42:30 tjr Exp $
3 # $DragonFly: src/usr.bin/expand/Makefile,v 1.3 2005/01/16 21:14:50 cpressey Exp $
5 PROG= expand
6 WARNS?= 6
7 MLINKS= expand.1 unexpand.1
9 .include <bsd.prog.mk>