mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 18:14:56 +01:00
don't include Makefile.inc twice
This commit is contained in:
parent
d05eb9df9a
commit
06f4f8c8bf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47573
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user