Merge from vendor branch GCC:
[dragonfly.git] / usr.bin / unexpand / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.bin/unexpand/Makefile,v 1.1.1.1.14.1 2002/07/09 10:35:16 tjr Exp $
3 # $DragonFly: src/usr.bin/unexpand/Makefile,v 1.3 2005/01/16 21:14:51 cpressey Exp $
4
5 PROG=   unexpand
6 WARNS?= 6
7 NOMAN=  noman
8
9 .include <bsd.prog.mk>