NetBSD/sbin/modload/pathnames.h
simonb da75d51b40 Add support for using an optional linker script (/usr/lkm/ldscript if
found, and overridable by the -T option).
2002-10-10 01:57:10 +00:00

7 lines
159 B
C

/* $NetBSD: pathnames.h,v 1.3 2002/10/10 01:57:10 simonb Exp $ */
#include <paths.h>
#define _PATH_LKM "/dev/lkm"
#define _PATH_LDSCRIPT "/usr/lkm/ldscript"