1# $FreeBSD$ 2 3PROG= enigma 4WARNS?= 2 5 6LINKS= ${BINDIR}/enigma ${BINDIR}/crypt 7MLINKS= enigma.1 crypt.1 8 9.include <bsd.prog.mk> 10