1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/usr.bin/enigma/Makefile

11 lines
131 B
Makefile
Raw Normal View History

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