freebsd-src/usr.bin/enigma/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
119 B
Makefile
Raw Normal View History

2001-03-27 10:52:19 +00:00
PROG= enigma
LINKS= ${BINDIR}/enigma ${BINDIR}/crypt
MLINKS= enigma.1 crypt.1
LIBADD= crypt
.include <bsd.prog.mk>