mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-20 10:16:34 +01:00
10 lines
72 B
Makefile
10 lines
72 B
Makefile
STRIP=
|
|
PROG= adduser
|
|
|
|
cleandir:
|
|
clean:
|
|
obj:
|
|
|
|
.include <bsd.prog.mk>
|
|
|