mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
b1c75fb65d
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
|