1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
$FreeBSD$ --- config/Imakefile.orig +++ config/Imakefile @@ -8,13 +8,3 @@ SUBDIRS = InterViews MakeInSubdirs($(SUBDIRS)) - -#if !InstallRelative -install:: - MakeDir($(CONFIGDIR)) - $(INSTALL) -c $(INSTINCFLAGS) *.def* template *.mk $(CONFIGDIR) - -uninstall:: - (cd $(CONFIGDIR);$(RM) *.def* template *.mk) -#endif -