mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
8 lines
106 B
Makefile
8 lines
106 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PGMDIR= cc_int cpp cc1 cc cc1plus c++ libgcc
|
|
SUBDIR= $(PGMDIR)
|
|
|
|
.include <bsd.subdir.mk>
|