3e11bd9e2a
Reduce overlinking
11 lines
131 B
Makefile
11 lines
131 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= enigma
|
|
|
|
LINKS= ${BINDIR}/enigma ${BINDIR}/crypt
|
|
MLINKS= enigma.1 crypt.1
|
|
|
|
LIBADD= crypt
|
|
|
|
.include <bsd.prog.mk>
|