mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Start fresh on master, only apply needed patches on top now. Upstream commit: 56279fdef34eb28a4655b489b992c651bd8379fc Taken from: FreeBSD
9 lines
146 B
Makefile
9 lines
146 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= contrib doc font man src tmac
|
|
|
|
.for subdir in ${SUBDIR:Nsrc}
|
|
SUBDIR_DEPEND_${subdir}= src
|
|
.endfor
|
|
|
|
.include <bsd.subdir.mk>
|