blob: d89ba640a29c913b27a19ad9a918cc8d27c6438b (
plain)
1
2
3
4
5
6
7
|
# $NetBSD: Makefile.inc,v 1.4 2009/04/22 15:23:09 lukem Exp $
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif
USE_FORT?=yes # network client/server
|