Deleted Added
full compact
Makefile (1824) Makefile (2375)
1#
1#
2# $FreeBSD: head/gnu/usr.bin/cc/cpp/Makefile 1824 1994-08-02 20:15:59Z phk $
2# $FreeBSD: head/gnu/usr.bin/cc/cpp/Makefile 2375 1994-08-28 18:49:06Z bde $
3#
4
5PROG = cpp
6SRCS = cccp.c cexp.c
7BINDIR= /usr/libexec
3#
4
5PROG = cpp
6SRCS = cccp.c cexp.c
7BINDIR= /usr/libexec
8LDDESTDIR+= -L${.CURDIR}/../cc_int/obj
9LDDESTDIR+= -L${.CURDIR}/../cc_int
8DPADD+= ${LIBCC_INT}
10LDADD+= -lcc_int
11
12.include <bsd.prog.mk>
9LDADD+= -lcc_int
10
11.include <bsd.prog.mk>