]>
Commit | Line | Data |
---|---|---|
41a2c555 A |
1 | Project = locate |
2 | Install_Dir = /usr/bin | |
44bd5ea7 | 3 | |
41a2c555 A |
4 | SubProjects = bigram code locate |
5 | MANPAGES = locate.code.8 | |
44bd5ea7 | 6 | |
41a2c555 | 7 | include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make |
44bd5ea7 | 8 | |
41a2c555 A |
9 | after_install: |
10 | $(LN) $(DSTROOT)/usr/share/man/man8/locate.code.8 \ | |
11 | $(DSTROOT)/usr/share/man/man8/locate.bigram.8 |