diff options
| -rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -2,8 +2,10 @@ VERSION = 2.1 | |||
| 2 | PREFIX = /usr/local | 2 | PREFIX = /usr/local |
| 3 | 3 | ||
| 4 | install: | 4 | install: |
| 5 | mkdir -p $(DESTDIR)$(PREFIX)/include/fortify | 5 | install -D -t $(DESTDIR)$(PREFIX)/include/fortify \ |
| 6 | cp -R include/* $(DESTDIR)$(PREFIX)/include/fortify | 6 | include/*.h |
| 7 | install -D -t $(DESTDIR)$(PREFIX)/include/fortify/sys \ | ||
| 8 | include/sys/*.h | ||
| 7 | 9 | ||
| 8 | uninstall: | 10 | uninstall: |
| 9 | rm -rf $(DESTDIR)$(PREFIX)/include/fortify | 11 | rm -rf $(DESTDIR)$(PREFIX)/include/fortify |
