mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-10-05 17:58:34 +00:00
784e3de7cd
passwd, ps, purge, shutdown, stty, upper, and vi. These sources are for the versions of the utils shipped with GNO v2.0.4.
8 lines
179 B
Makefile
8 lines
179 B
Makefile
passwd.a: passwd.cc
|
|
chtyp -l cc passwd.cc
|
|
compile +w passwd.cc keep=passwd
|
|
|
|
passwd: passwd.a
|
|
link passwd keep=passwd
|
|
setvers passwd \'GNO passwd^by Eric Shepherd\' v1.0.0
|