]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.bin/enigma/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.bin / enigma / Makefile
1 # $FreeBSD$
2
3 PROG=   enigma
4
5 LINKS=  ${BINDIR}/enigma ${BINDIR}/crypt
6 MLINKS= enigma.1 crypt.1
7
8 DPADD=  ${LIBCRYPT}
9 LDADD=  -lcrypt
10
11 .include <bsd.prog.mk>