Pull header files from `syssrc' since we use libsa/loadfile().

This commit is contained in:
pk 1999-11-29 14:49:12 +00:00
parent 879146211f
commit a24fb44ddf
1 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 1999/04/28 15:22:25 christos Exp $
# $NetBSD: Makefile,v 1.10 1999/11/29 14:49:12 pk Exp $
.include <bsd.own.mk>
@ -12,8 +12,15 @@ LIBSA=${.CURDIR}/../../../../lib/libsa
.PATH.c: ${LIBSA}
CPPFLAGS+=-I${LIBSA}
CPPFLAGS+=-I${LIBSA} -I.
LDSTATIC?= -static
.if !make(obj)
.BEGIN:
@([ -h machine ] || ln -s ${.CURDIR}/../../include machine)
.endif
CLEANFILES+= machine
.include <bsd.prog.mk>