source: remctl/Makefile @ 9c0279e

debianmacno-cupsweb
Last change on this file since 9c0279e was 9c0279e, checked in by Jessica B. Hamrick <jhamrick@…>, 14 years ago

Create Makefiles and fix install scripts.

  • Property mode set to 100644
File size: 230 bytes
Line 
1all:
2
3install:
4        mkdir -p $(DESTDIR)/usr/lib/gutenbach/remctl/
5        mkdir -p $(DESTDIR)/etc/remctl/conf.d/
6        install -m 755 lib/gutenbach/* $(DESTDIR)/usr/lib/gutenbach/remctl/
7        install -m 755 lib/remctl/* $(DESTDIR)/etc/remctl/conf.d/
Note: See TracBrowser for help on using the repository browser.