mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 17:00:49 +01: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>
|