freebsd-src/usr.sbin/bsdconfig/Makefile
Warner Losh 023fc80ee3 Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

Similar commit in main:
(cherry picked from commit d0b2dbfa0e)
2023-08-23 11:43:30 -06:00

33 lines
373 B
Makefile

.include <src.opts.mk>
SUBDIR= console \
diskmgmt \
docsinstall \
dot \
include \
includes \
mouse \
networking \
packages \
password \
security \
share \
startup \
timezone \
ttys \
usermgmt
.if ${MK_EXAMPLES} != "no"
SUBDIR+= examples
.endif
FILESDIR= ${LIBEXECDIR}/bsdconfig
FILES= USAGE
SCRIPTS= bsdconfig
MAN= bsdconfig.8
.include <bsd.prog.mk>