mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
91bd71d206
help the GCC3 transition and CURRENT in general.
9 lines
116 B
Makefile
9 lines
116 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= enigma
|
|
|
|
LINKS= ${BINDIR}/enigma ${BINDIR}/crypt
|
|
MLINKS= enigma.1 crypt.1
|
|
|
|
.include <bsd.prog.mk>
|