mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
11 lines
169 B
Makefile
11 lines
169 B
Makefile
# @(#)Makefile 5.3 (Berkeley) 5/11/90
|
|
|
|
PROG= makekey
|
|
MAN8= makekey.8
|
|
|
|
.if exists(/usr/lib/libcrypt.a)
|
|
DPADD+= ${LIBCRYPT}
|
|
LDADD+= -lcrypt
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|