diff options
author | 2017-10-17 19:31:56 +0000 | |
---|---|---|
committer | 2017-10-17 19:31:56 +0000 | |
commit | d96a07ced1b9502d9fe788ed360150fe34c3f9e9 (patch) | |
tree | eb4d5de85949fcd92b8185f3b5e136ad3dd5c5f2 /lib | |
parent | Simplify code that determines the number of arguments for a given function. (diff) | |
download | wireguard-openbsd-d96a07ced1b9502d9fe788ed360150fe34c3f9e9.tar.xz wireguard-openbsd-d96a07ced1b9502d9fe788ed360150fe34c3f9e9.zip |
remove the remaining references to .depend files since nothing creates them
any longer; ok espie@ deraadt@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index 31d53c032d0..4367f497653 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2017/07/10 21:30:37 espie Exp $ +# $OpenBSD: Makefile,v 1.30 2017/10/17 19:31:56 naddy Exp $ # $NetBSD: Makefile,v 1.41 2010/02/03 15:34:43 roy Exp $ # @(#)Makefile 8.1 (Berkeley) 6/4/93 @@ -17,7 +17,7 @@ INCS= histedit.h INCSDIR=/usr/include CLEANFILES+=common.h.tmp emacs.h.tmp fcns.h.tmp func.h.tmp -CLEANFILES+=help.h.tmp vi.h.tmp tc1.o tc1 .depend +CLEANFILES+=help.h.tmp vi.h.tmp tc1.o tc1 CFLAGS+=-Wall CPPFLAGS+=-I. -I${LIBEDITDIR} |