Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / genassym / Makefile
1 # $FreeBSD: src/usr.bin/genassym/Makefile,v 1.1.2.1 2001/04/25 11:29:20 ru Exp $
2 # $DragonFly: src/usr.bin/genassym/Attic/Makefile,v 1.2 2003/06/17 04:29:27 dillon Exp $
3
4 TARGET_ARCH?=   ${MACHINE_ARCH}
5
6 PROG=           genassym
7 MAN=            genassym.8
8 CFLAGS+=        -Wall -Darch_${TARGET_ARCH}
9
10 .include <bsd.prog.mk>