don't include Makefile.inc twice

This commit is contained in:
Andrey A. Chernov 1999-05-28 04:43:35 +00:00
parent d05eb9df9a
commit 06f4f8c8bf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47573
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.30 1998/04/28 07:16:24 ache Exp $
# $Id: Makefile,v 1.1 1999/05/28 04:26:11 ache Exp $
SUBDIR= doc
@ -6,5 +6,4 @@ LIB= history
SRCS= $(HISTSRC) xmalloc.c
.include "../Makefile.inc"
.include <bsd.lib.mk>

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.30 1998/04/28 07:16:24 ache Exp $
# $Id: Makefile,v 1.1 1999/05/28 04:26:15 ache Exp $
SUBDIR= doc
@ -15,5 +15,4 @@ SRCS= readline.c vi_mode.c funmap.c keymaps.c parens.c search.c \
DPADD+= $(LIBTERMCAP)
LDADD+= -ltermcap
.include "../Makefile.inc"
.include <bsd.lib.mk>