Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / unifdef / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.bin/unifdef/Makefile,v 1.1.1.1.14.3 2003/01/29 21:46:39 fanf Exp $
3 # $DragonFly: src/usr.bin/unifdef/Makefile,v 1.2 2003/06/17 04:29:33 dillon Exp $
4
5 MAINTAINER=     fanf@FreeBSD.org
6
7 PROG=   unifdef
8 SCRIPTS=unifdefall.sh
9 MLINKS= unifdef.1 unifdefall.1
10 WARNS?= 5
11
12 .include <bsd.prog.mk>