Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / enigma / Makefile
1 # $FreeBSD: src/usr.bin/enigma/Makefile,v 1.3.6.3 2001/07/30 09:59:16 dd Exp $
2 # $DragonFly: src/usr.bin/enigma/Makefile,v 1.2 2003/06/17 04:29:26 dillon Exp $
3
4 PROG=   enigma
5 WARNS?= 2
6
7 LINKS=  ${BINDIR}/enigma ${BINDIR}/crypt
8 MLINKS= enigma.1 crypt.1
9
10 .include <bsd.prog.mk>