blob: 82d07f77e89a0cf781cbae3786ac70a95170f06b (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: Makefile,v 1.5 2001/04/11 19:07:38 jdolecek Exp $
INCSDIR= /usr/include/dev/sun
# Only install includes which are used by userland
INCS= disklabel.h fbio.h
.include <bsd.kinc.mk>
|