aboutsummaryrefslogtreecommitdiff
path: root/unix/boot/rmfiles/mkpkg.sh
blob: 43d8dbd3adce7a0dba426a76437e4bdc01be8853 (plain) (blame)
1
2
3
4
5
6
# Make and install the RMFILES utility.

$CC -c $HSI_CF	rmfiles.c
$CC $HSI_LF	rmfiles.o $HSI_LIBS -o rmfiles.e
mv -f		rmfiles.e ../../hlib
rm		*.o