mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
8 lines
132 B
Makefile
8 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>
|