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