oops, make this install to /usr/games and not /...
noted by hannken@, thanks.
This commit is contained in:
parent
d5de4cccfa
commit
202106feb9
|
@ -1,7 +1,11 @@
|
|||
# $NetBSD: Makefile.inc,v 1.1 2006/01/19 23:23:58 elad Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.2 2006/01/20 14:19:31 elad Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
WARNS=4
|
||||
DPADD+= ${LIBCRYPTO}
|
||||
LDADD+= -lcrypto
|
||||
|
||||
.if exists(${.CURDIR}/../../Makefile.inc)
|
||||
.include "${.CURDIR}/../../Makefile.inc"
|
||||
.endif
|
||||
|
|
Loading…
Reference in New Issue