Skip to content

Commit

Permalink
Merge pull request #356 from krytarowski/netbsd-200
Browse files Browse the repository at this point in the history
Fix typo and install include/libhnetdriver/netdriver.h properly
  • Loading branch information
robertswiecki authored Jul 22, 2020
2 parents 5413f0a + 0eddac2 commit 598d1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ install: all
install -m 755 hfuzz_cc/hfuzz-g++ $${DESTDIR}$(BIN_PATH)
install -d $${DESTDIR}$(INC_PATH)/libhfcommon
install -d $${DESTDIR}$(INC_PATH)/libhfuzz
install -d $${DESTDIR}$(INC_PATH)/libhnetdrive
install -d $${DESTDIR}$(INC_PATH)/libhnetdriver
install -m 755 includes/libhfcommon/*.h $${DESTDIR}$(INC_PATH)/libhfcommon
install -m 755 includes/libhfuzz/*.h $${DESTDIR}$(INC_PATH)/libhfuzz
install -m 755 includes/libhfnetdriver/*.h $${DESTDIR}$(INC_PATH)/libhnetdriver
Expand Down

0 comments on commit 598d1f9

Please sign in to comment.