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