blob: 82a4de2fff89ad5a39cebf63c822ac051ea42171 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.12 2003/08/03 09:23:14 lukem 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>
|