mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 01:14:52 +01:00
CLEANFILES was missing a few files.
This commit is contained in:
parent
9ee337da19
commit
c2b5bd7a79
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6250
@ -1,11 +1,11 @@
|
||||
# $Id: Makefile,v 1.2 1995/01/21 23:30:31 wollman Exp $
|
||||
# $Id: Makefile,v 1.3 1995/01/23 18:56:40 wollman Exp $
|
||||
|
||||
LIB= ss
|
||||
SRCS= ss_err.c data.c error.c execute_cmd.c help.c invocation.c list_rqs.c \
|
||||
listen.c pager.c parse.c prompt.c request_tbl.c requests.c \
|
||||
std_rqs.c
|
||||
CFLAGS+= -I. -I${.CURDIR} -DPOSIX -DIN_LIBSS
|
||||
CLEANFILES+= ss ss_err.c ss_err.h std_rqs.c
|
||||
CLEANFILES+= ss ss_err.c ss_err.et ss_err.h std_rqs.c std_rqs.ct
|
||||
.if exists(${.CURDIR}/../libcom_err/obj/.)
|
||||
LDADD+= -L${.CURDIR}/../libcom_err/obj
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user