oops, make this install to /usr/games and not /...

noted by hannken@, thanks.
This commit is contained in:
elad 2006-01-20 14:19:31 +00:00
parent d5de4cccfa
commit 202106feb9
1 changed files with 5 additions and 1 deletions

View File

@ -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