d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
9 lines
156 B
Makefile
9 lines
156 B
Makefile
|
|
.if exists(${.CURDIR:H:H}/lib/libcrypt/obj)
|
|
CRYPTOBJDIR= ${.CURDIR:H:H}/lib/libcrypt/obj
|
|
.else
|
|
CRYPTOBJDIR= ${.CURDIR:H:H}/lib/libcrypt
|
|
.endif
|
|
|
|
WARNS?= 0
|