mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 06:35:31 -04:00
2) fix .include in secure/lib/Makefile.inc 3) fix afterinstall rule in libcrypt/Makefile Submitted by: Geoff Rehmet
5 lines
162 B
Makefile
5 lines
162 B
Makefile
# $Id: Makefile.inc,v 1.1 1994/08/08 17:42:36 csgr Exp $
|
|
|
|
.if exists(${.CURDIR}/../../../lib/Makefile.inc)
|
|
.include "${.CURDIR}/../../../lib/Makefile.inc"
|
|
.endif
|