summaryrefslogtreecommitdiff
path: root/pinyweb/Makefile
blob: bf6e865e62aa4466107a9a850c8d95cdd2de640f (plain)
1
2
3
4
5
6
7
8
9
10
build:
	$(MAKE) -C suid

install:
	install -o root -g root -m 755 -d $(DESTDIR)/usr/lib/cgi-bin/piny $(DESTDIR)/usr/sbin
	install -o root -g root -m 755 cgi-bin/* $(DESTDIR)/usr/lib/cgi-bin/piny
	install -o root -g www-data -m 4754 suid/piny-suid $(DESTDIR)/usr/sbin

clean:
	$(MAKE) -C suid clean