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