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