blob: a63f6d43a5a7f86188fe8f09aee90c46b8aa0b46 (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: Makefile.inc,v 1.3 1995/11/21 21:17:19 gwr Exp $
# utils one might want in a crunched binary
BSDSRCDIR?= /usr/src
LDSTATIC= -static
install: .NOTMAIN
@echo "install not expected"
|