shouldn't end up in normal package mirrors. add a check to Makefile.inc so this doesn't get added to others. - add an extra printed warning at the end of ulpt "fake" stage; as pointed out by stsp after discussion with bentley@ the license for this says "you may not put the software onto any public network"
39 lines
934 B
Makefile
39 lines
934 B
Makefile
# $OpenBSD: Makefile,v 1.10 2017/07/12 09:02:28 sthen Exp $
|
|
|
|
# XXX
|
|
#
|
|
# This is a special-purpose directory. Packages produced from this should
|
|
# not be included in package directories on normal mirrors, but only on
|
|
# firmware.openbsd.org mirrors and installed by fw_update.
|
|
#
|
|
# PERMIT_* should be set so that packages produced during bulk builds do
|
|
# not get included in the main package directories.
|
|
#
|
|
# XXX
|
|
|
|
# If adding drivers, also sync the possible_drivers list in OpenBSD/FwUpdate.pm
|
|
|
|
SUBDIR =
|
|
SUBDIR += acx
|
|
SUBDIR += athn
|
|
SUBDIR += bwi
|
|
SUBDIR += ipw
|
|
SUBDIR += iwi
|
|
SUBDIR += iwm
|
|
SUBDIR += iwn
|
|
SUBDIR += malo
|
|
SUBDIR += otus
|
|
SUBDIR += pgt
|
|
SUBDIR += radeondrm
|
|
SUBDIR += rsu
|
|
SUBDIR += rtwn
|
|
SUBDIR += uath
|
|
SUBDIR += ulpt
|
|
SUBDIR += upgt
|
|
SUBDIR += urtwn
|
|
SUBDIR += uvideo
|
|
SUBDIR += vmm
|
|
SUBDIR += wpi
|
|
|
|
.include <bsd.port.subdir.mk>
|