NetBSD/gnu/usr.bin/gcc2/cpp/Makefile

20 lines
445 B
Makefile
Raw Normal View History

1993-07-09 17:11:49 +04:00
# @(#)Makefile 6.4 (Berkeley) 2/21/91
PROG= cpp
1993-07-09 17:11:49 +04:00
BINDIR= /usr/libexec
SRCS= cccp.c cexp.y version.c
MAN1= gcpp.0
1993-07-09 17:11:49 +04:00
CFLAGS+= -I. -I$(.CURDIR) -I$(.CURDIR)/../common \
-DGCC_INCLUDE_DIR=\"\" \
-DGPLUSPLUS_INCLUDE_DIR=\"/usr/include/g++\"
YFLAGS=
MLINKS= gcpp.1 cpp.1
1993-07-09 17:11:49 +04:00
.PATH: $(.CURDIR)/../common
afterinstall:
install -c -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) \
$(.CURDIR)/usr.bin.cpp.sh $(DESTDIR)/usr/bin/cpp
1993-07-09 17:11:49 +04:00
.include <bsd.prog.mk>