mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 08:50:22 -05:00
script, which will be executed before /usr/ mount. Reviewed by: mlaier, rink, brooks, rwatson
8 lines
75 B
Makefile
8 lines
75 B
Makefile
# $FreeBSD$
|
|
|
|
BINDIR= /bin
|
|
|
|
PROG= uuidgen
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|