mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
10 lines
131 B
Makefile
10 lines
131 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= enigma
|
|
|
|
LINKS= ${BINDIR}/enigma ${BINDIR}/crypt
|
|
MLINKS= enigma.1 crypt.1
|
|
|
|
LIBADD= crypt
|
|
|
|
.include <bsd.prog.mk>
|