blob: a01a25826e110582473d251897e53eb0f4610c50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.11 2002/09/17 23:18:36 thorpej Exp $
# Makefile for _G_config.h, a machine-dependent automatically generated
# configuration file.
INCS= _G_config.h
INCSDIR= /usr/include/${MACHINE}
.include <bsd.own.mk>
.PATH: ${.CURDIR}/../arch/${MACHINE_ARCH}
.include <bsd.prog.mk>
incinstall:: linksinstall
|