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