mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
9 lines
125 B
Makefile
9 lines
125 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
SUBDIR= tn3270 mset
|
|
|
|
.if !make(install)
|
|
SUBDIR+=tools
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|