Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
[dragonfly.git] / gnu / usr.bin / cc34 / libcpp / Makefile
1 # $DragonFly: src/gnu/usr.bin/cc34/libcpp/Makefile,v 1.1 2004/06/14 22:27:56 joerg Exp $
2
3 LIB=            cpp
4 INTERNALLIB=    YES
5
6 SRCS=   cpplib.c cpplex.c cppmacro.c cppexp.c cppfiles.c cpptrad.c cpphash.c
7 SRCS+=  cpperror.c cppinit.c cppcharset.c hashtable.c line-map.c mkdeps.c
8 SRCS+=  cpppch.c
9
10 .include <bsd.lib.mk>