mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 23:28:37 -04: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>
|