diff options
author | bde <bde@FreeBSD.org> | 1995-02-08 21:11:39 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-02-08 21:11:39 +0000 |
commit | 1676ed044033c666656f94a605046937b532d1bf (patch) | |
tree | d0e9483afdf7e582ba9fec3659c8d25caa6bdd88 /lib/libss | |
parent | 0279eb214523d4d472b7e921c2e22d87e7095fc3 (diff) | |
download | FreeBSD-src-1676ed044033c666656f94a605046937b532d1bf.zip FreeBSD-src-1676ed044033c666656f94a605046937b532d1bf.tar.gz |
CLEANFILES was missing a few files.
Diffstat (limited to 'lib/libss')
-rw-r--r-- | lib/libss/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libss/Makefile b/lib/libss/Makefile index b75d326..4ab327d 100644 --- a/lib/libss/Makefile +++ b/lib/libss/Makefile @@ -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 |