mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 10:06:25 +01:00
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>
|