head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	94.06.04.05.48.18;	author roger;	state Exp;
branches;
next	1.1;

1.1
date	94.06.04.03.48.25;	author roger;	state Exp;
branches;
next	;


desc
@orig.
@


1.2
log
@How could this compile without this CFLAGS change ?
@
text
@# BSDI $Id: Makefile,v 1.1 1994/06/04 03:48:25 roger Exp roger $

PROG=	suidperl
SRCS=	array.c cmd.c cons.c consarg.c doarg.c doio.c dolist.c dump.c eval.c \
	form.c hash.c perl.c regcomp.c regexec.c stab.c str.c toke.c \
	usersub.c util.c perly.c unexec.c
CFLAGS+= -I. -I${.CURDIR} -DTAINT -DIAMSUID -DUNEXEC
LDADD=	-lm
DPADD=	${LIBM}
.PATH:	${.CURDIR}/../perl
CFLAGS+= -I${.CURDIR}/../perl
NOMAN=	noman
BINOWN=root
BINMODE=04555

CLEANFILES+= perly.c perly.h y.tab.h y.tab.c

perly.c: perly.y perly.fixer
	${YACC} -d ${.IMPSRC}
	sh ${.CURDIR}/../perl/perly.fixer y.tab.c perly.c
	mv y.tab.h perly.h
	echo 'extern YYSTYPE yylval;' >>perly.h
	
.include "../../Makefile.inc"

beforeinstall:
	-ln -s ../contrib/bin/suidperl ${DESTDIR}/usr/bin/suidperl

.include <bsd.prog.mk>
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# BSDI $Id: Makefile,v 1.1 1993/03/02 00:48:07 polk Exp $
d11 1
@
