diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-21 18:23:11 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-21 18:23:11 +0000 |
commit | 8ff041185f69f32e331249bd66f99a638aecfbc8 (patch) | |
tree | 6468b6e05e2e913a77fafadd0e59aeea67eaa362 /kerberosIV/ss | |
parent | 530d4012416cff489f82b9909a487b033f1277a8 (diff) |
Make it compile without obj directories
Diffstat (limited to 'kerberosIV/ss')
-rw-r--r-- | kerberosIV/ss/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosIV/ss/Makefile b/kerberosIV/ss/Makefile index acc299027d1..6520f7e8ee5 100644 --- a/kerberosIV/ss/Makefile +++ b/kerberosIV/ss/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.3 1996/06/02 07:21:33 tholo Exp $ +# $Id: Makefile,v 1.4 1996/06/21 18:23:10 tholo 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} -I${.CURDIR}/../com_err +CFLAGS+=-I. -I${.CURDIR}/.. -I${.CURDIR} -I${.CURDIR}/../com_err LDADD+= ${COM_ERR} CLEANFILES+= ss_err.c ss_err.h std_rqs.c ss |