Fix building.

Submitted by:	swills@
This commit is contained in:
Vanilla I. Shu 2014-05-21 07:45:31 +00:00
parent 24850cb800
commit 9cb64d9023
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354718
2 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,5 @@
--- Makefile.orig 2014-05-20 20:38:31.640144040 +0800
+++ Makefile 2014-05-20 20:38:58.887133460 +0800
--- Makefile.orig 2012-02-22 13:24:35.000000000 +0800
+++ Makefile 2014-05-21 14:12:37.428927726 +0800
@@ -20,11 +20,11 @@ radns: $(OBJS)
list.o: list.c list.h Makefile
@ -11,7 +11,7 @@
- install -m 755 radns-script $(ETCDIR)
+ install -m 755 radns $(DESTDIR)$(PREFIX)/bin
+ install -m 644 radns.man $(DESTDIR)$(PREFIX)/man/man8/radns.8
+ install -o radns -g radns -d $(DESTDIR)$(ETCDIR)
+ install -d $(DESTDIR)$(ETCDIR)
+ install -m 755 dhclient-exit-hooks $(DESTDIR)$(ETCDIR)
+ install -m 755 radns-script $(DESTDIR)$(ETCDIR)

View file

@ -1,4 +1,5 @@
bin/radns
@exec install -d -o radns -g radns %D/etc/radns
etc/radns/dhclient-exit-hooks
etc/radns/radns-script
man/man8/radns.8.gz