1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-29 12:03:03 +00:00
freebsd/usr.bin/enigma/Makefile

9 lines
132 B
Makefile
Raw Normal View History

PROG= enigma
CFLAGS+=-Wall
MAN1= enigma.1
LINKS= ${BINDIR}/enigma ${BINDIR}/crypt
MLINKS= enigma.1 crypt.1
.include <bsd.prog.mk>