mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
9 lines
130 B
Makefile
9 lines
130 B
Makefile
# @(#)Makefile 5.3 (Berkeley) 5/11/90
|
|
|
|
PROG= makekey
|
|
MAN8= makekey.8
|
|
|
|
DPADD+= ${LIBCRYPT}
|
|
LDADD+= -lcrypt
|
|
|
|
.include <bsd.prog.mk>
|