Remove building with NOCRYPTO option
[minix.git] / Makefile.inc
blobdef3c2ec7e9adb459a8ad8d71e9de402b846fd19
1 #       $NetBSD: Makefile.inc,v 1.4 2002/04/10 14:53:43 lukem Exp $
3 .ifndef ABSTOP
4 ABSTOP!= cd ${.PARSEDIR}; pwd
6 .if (${.PARSEDIR} == ${.CURDIR})
7 RELTOP:= .
8 .else
9 RELTOP:= ${.PARSEDIR:S,^${.CURDIR},,}
10 .endif
12 # you can set BSD{SRC,OBJ}DIR in Makefile.local.inc
13 .if exists(${ABSTOP}/Makefile.local.inc)
14 .include "${ABSTOP}/Makefile.local.inc"
15 .endif
16 .endif