From c6505491db10b09666c9e8ea5cb572dde2816134 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Tue, 27 Apr 2021 08:28:27 -0400 Subject: Scrub sbuf --- pw/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'pw/Makefile') diff --git a/pw/Makefile b/pw/Makefile index 776d231..f13d1e3 100644 --- a/pw/Makefile +++ b/pw/Makefile @@ -24,9 +24,6 @@ SRC := pw_utils.c \ cpdir.c \ strtonum.c -SBUFSRC := sbuf/subr_sbuf.c \ - sbuf/subr_prf.c - LIBUTILSRC := libutil/_secure_path.c \ libutil/gr_util.c \ libutil/flopen.c \ @@ -45,7 +42,7 @@ pw: $(SRC:%.c=%.o) $(LIBUTILSRC:%.c=%.o) $(SBUFSRC:%.c=%.o) ent.xml $(LDID) -Sent.xml $@ %.o: %.c - $(CC) $(CFLAGS) -c -o $@ $< -I. -Isbuf -Ilibutil + $(CC) $(CFLAGS) -c -o $@ $< -I. -Ilibutil install-pw: pw pw.8 pw.conf.5 $(GINSTALL) -Dm755 pw $(DESTDIR)/$(PREFIX)/sbin/pw -- cgit v1.2.3-56-ge451