diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 05:51:47 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 05:51:47 +0000 |
| commit | 6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8 (patch) | |
| tree | e1331adb5d216f2b3fa6baa6491752348d2e5f10 /lib/libss/Makefile | |
| parent | a2f0036ac41fe46dd47d6339982567f19437ade9 (diff) | |
Notes
Diffstat (limited to 'lib/libss/Makefile')
| -rw-r--r-- | lib/libss/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libss/Makefile b/lib/libss/Makefile index 3189ae5f8a77..e1026ef87d04 100644 --- a/lib/libss/Makefile +++ b/lib/libss/Makefile @@ -1,11 +1,11 @@ -# $Id: Makefile,v 1.6 1995/03/15 01:33:05 wpaul Exp $ +# $Id: Makefile,v 1.7 1995/03/18 08:34:42 rgrimes 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.h std_rqs.c .if exists(${.CURDIR}/../libcom_err/obj/.) LDADD+= -L${.CURDIR}/../libcom_err/obj .else @@ -16,7 +16,7 @@ LDADD+= -lcom_err ss_err.h ss_err.c: ${.CURDIR}/ss_err.et test -e ss_err.et || ln -s ${.CURDIR}/ss_err.et . compile_et ss_err.et - -test -h ss_err.et && rm ss_err.et + -test -h ss_err.et && rm ss_err.et std_rqs.c: ${.CURDIR}/std_rqs.ct test -e std_rqs.ct || ln -s ${.CURDIR}/std_rqs.ct . |
