mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-10 23:56:52 -04:00
32 lines
350 B
Makefile
32 lines
350 B
Makefile
# -*- Makefile -*- for gettext-runtime/doc
|
|
|
|
#### Start of system configuration section. ####
|
|
|
|
RM = -del
|
|
|
|
#### End of system configuration section. ####
|
|
|
|
SHELL = /bin/sh
|
|
|
|
all :
|
|
|
|
install : all
|
|
|
|
installdirs :
|
|
|
|
uninstall :
|
|
|
|
check :
|
|
|
|
mostlyclean : clean
|
|
|
|
clean : force
|
|
$(RM) core
|
|
|
|
distclean : clean
|
|
$(RM) Makefile
|
|
|
|
maintainer-clean : distclean
|
|
|
|
force :
|