10 lines
185 B
Makefile
10 lines
185 B
Makefile
# $NetBSD: Makefile.inc,v 1.2 1995/10/13 18:10:07 gwr Exp $
|
|
# utils one might want in a crunched binary
|
|
|
|
BSDSRCDIR?= /usr/src
|
|
LDSTATIC= -static
|
|
|
|
install:
|
|
@echo "install not expected"
|
|
|