1 # $FreeBSD: src/usr.bin/gencat/Makefile,v 1.5 1999/08/28 01:01:40 peter Exp $
7 .if defined
(BOOTSTRAPPING
)
8 . if
${WORLD_VERSION} <= 400103
9 nl_types.h
: ..
/..
/include/nl_types.h
10 cp
${.CURDIR
}/..
/..
/include/nl_types.h
${.TARGET
}
12 types.h
: ${.CURDIR
}/..
/..
/sys
/sys
/types.h
14 cp
${.ALLSRC
} sys
/${.TARGET
}
16 SRCS
+= nl_types.h types.h
18 CLEANFILES
+= nl_types.h
23 .
include <bsd.prog.mk
>