mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-28 11:57:28 +00:00
9 lines
132 B
Makefile
9 lines
132 B
Makefile
PROG= enigma
|
|
CFLAGS+=-Wall
|
|
MAN1= enigma.1
|
|
|
|
LINKS= ${BINDIR}/enigma ${BINDIR}/crypt
|
|
MLINKS= enigma.1 crypt.1
|
|
|
|
.include <bsd.prog.mk>
|