freebsd_amp_hwpstate/gnu/usr.bin/cc/cccp/Makefile

12 lines
144 B
Makefile
Raw Normal View History

#
# $Id$
#
PROG = cpp
SRCS = cccp.c cexp.c
BINDIR= /usr/libexec
.PATH: ${.CURDIR}/../cc_int
SRCS+= obstack.c version.c
.include <bsd.prog.mk>