AMD64 - Move fdisk and nextboot up one level and remove src/sbin/i386.
[dragonfly.git] / gnu / usr.bin / cc44 / libcpp / Makefile
blobbdf1bea7dc6380832b80b3626d788feb3b9ea6dd
1 LIB= cpp
2 INTERNALLIB= YES
4 SRCS= charset.c directives.c directives-only.c errors.c expr.c files.c \
5 identifiers.c init.c lex.c line-map.c macro.c mkdeps.c \
6 pch.c symtab.c traditional.c
8 SRCS+= localedir.h
9 CLEANFILES= localedir.h
10 localedir.h:
11 touch $@
13 CFLAGS+= -I${.CURDIR} -I${.OBJDIR} -Duchar="unsigned char"
15 GCC_NO_PATH= # defined
17 .include <bsd.lib.mk>
19 .PATH: ${GCCDIR}/libcpp