mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 12:19:30 +00:00
9 lines
154 B
Makefile
9 lines
154 B
Makefile
#
|
|
# $Id: Makefile,v 1.4 1994/11/15 04:51:20 phk Exp $
|
|
#
|
|
|
|
PGMDIR= cc_int cpp cc1 cc cc1plus c++ f77 libgcc doc
|
|
SUBDIR= $(PGMDIR)
|
|
|
|
.include <bsd.subdir.mk>
|