030685f07e
Libkver is now run-time configurable, see installed kver(3), it now installs in LOCALBASE and uses install/deinstall scripts to replace/restore /sbin/sysctl if needed.
11 lines
229 B
Makefile
11 lines
229 B
Makefile
# $NetBSD: Makefile.inc,v 1.4 2003/12/13 17:45:59 seb Exp $
|
|
|
|
.if defined(PREFIX)
|
|
# build from pkgsrc
|
|
LIBDIR= ${PREFIX}/lib
|
|
BINDIR= ${PREFIX}/sbin
|
|
MANDIR= ${PREFIX}/man
|
|
.else
|
|
# build outside pkgsrc
|
|
BINDIR= /sbin
|
|
.endif
|