From c450ff3df29dad562f00b367f172b27d4b5b6aa9 Mon Sep 17 00:00:00 2001 From: "osdl.net!shemminger" Date: Thu, 10 Mar 2005 19:03:16 +0000 Subject: [PATCH] Make man3 directory Don't build with debug stabs. (Logical change 1.151) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6c710177..abd5aabe 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ ADDLIB+=ipx_ntop.o ipx_pton.o CC = gcc HOSTCC = gcc -CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g +CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall CFLAGS = $(CCOPTS) -I../include $(DEFINES) LDLIBS += -L../lib -lnetlink -lutil @@ -52,6 +52,7 @@ install: all install -m 0644 $(shell find man/man8 -maxdepth 1 -type f) $(DESTDIR)$(MANDIR)/man8 ln -sf $(MANDIR)/man8/tc-pbfifo.8 $(DESTDIR)$(MANDIR)/man8/tc-bfifo.8 ln -sf $(MANDIR)/man8/tc-pbfifo.8 $(DESTDIR)$(MANDIR)/man8/tc-pfifo.8 + install -m 0755 -d $(DESTDIR)$(MANDIR)/man3 install -m 0644 $(shell find man/man3 -maxdepth 1 -type f) $(DESTDIR)$(MANDIR)/man3 clean: