ossp-pkg/rc/Makefile.in 1.9 -> 1.10
--- Makefile.in 2002/02/05 20:48:26 1.9
+++ Makefile.in 2002/02/06 16:56:33 1.10
@@ -119,8 +119,14 @@
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(bindir)
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man1
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man5
- $(SHTOOL) install -c -m 644 rc.1 $(mandir)/man1/rc.1
- $(SHTOOL) install -c -m 644 rc-sample.5 $(mandir)/man5/rc-sample.5
+ $(SHTOOL) install -c -m 644 rc $(DESTDIR)$(bindir)/rc
+ $(SHTOOL) install -c -m 644 rc.1 $(DESTDIR)$(mandir)/man1/rc.1
+ $(SHTOOL) install -c -m 644 rc-sample.5 $(DESTDIR)$(mandir)/man5/rc-sample.5
+
+uninstall:
+ $(RM) $(DESTDIR)$(DESTDIR)$(bindir)/rc
+ $(RM) $(DESTDIR)$(DESTDIR)$(mandir)/man1/rc.1
+ $(RM) $(DESTDIR)$(DESTDIR)$(mandir)/man5/rc-sample.5
clean:
$(RM) $(TARGET) $(OBJS) $(PROG_NAME).core rc_pcre.tab
|
|