summaryrefslogtreecommitdiff
path: root/pinyweb/Makefile
blob: 5b1f01076a77871ab593a281d7f347c49caf6daa (plain)
1
2
3
4
5
build:

install:
	install -o root -g root -m 755 -d $(DESTDIR)/usr/lib/cgi-bin
	install -o root -g root -m 755 cgi-bin/* $(DESTDIR)/usr/lib/cgi-bin