freebsd-dev/gnu/usr.bin/cc/cpp/Makefile

11 lines
137 B
Makefile
Raw Normal View History

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