head	1.7;
access;
symbols
	CSRG_19930606:1.1.1.1 CSRG:1.1.1;
locks; strict;
comment	@# @;


1.7
date	2002.07.19.08.24.55;	author jmallett;	state Exp;
branches;
next	1.6;

1.6
date	2002.07.18.04.23.05;	author jmallett;	state Exp;
branches;
next	1.5;

1.5
date	2002.06.17.12.36.34;	author jmallett;	state Exp;
branches;
next	1.4;

1.4
date	2002.05.25.22.31.49;	author jmallett;	state Exp;
branches;
next	1.3;

1.3
date	2002.05.24.18.43.13;	author jmallett;	state Exp;
branches;
next	1.2;

1.2
date	2002.05.24.07.16.13;	author jmallett;	state Exp;
branches;
next	1.1;

1.1
date	2002.05.24.04.15.04;	author jmallett;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2002.05.24.04.15.04;	author jmallett;	state Exp;
branches;
next	;


desc
@@


1.7
log
@ * Turn on -Wno-long-long.  Despite the fact that no code here uses long long,
   some FreeBSD system headers *do*, sigh.
@
text
@#	@@(#)Makefile	4.1	(Berkeley)	82/10/24
# $FreeBSD$
#
CFLAGS=	-g -O -W -Wall -Werror -ansi -pedantic -Wno-long-long
OBJS=	chkid.o\
	chksid.o\
	del_ba.o\
	date_ba.o\
	dodelt.o\
	del_ab.o\
	dofile.o\
	dohist.o\
	doie.o\
	dolist.o\
	eqsid.o\
	flushto.o\
	newstats.o\
	permiss.o\
	pf_ab.o\
	date_ab.o\
	rdmod.o\
	setup.o\
	sid_ab.o\
	sid_ba.o\
	sidtoser.o\
	sinit.o\
	stats_ab.o\
	fmterr.o\
	getline.o\
	putline.o\
	auxf.o

comobj.a: $(OBJS)
	ar rvu comobj.a $(OBJS)
	ranlib comobj.a

clean:
	rm -f $(OBJS) comobj.a

install:
@


1.6
log
@ * Turn on -ansi -pedantic.
 * Do 'struct hack' for SCCSID() macro, per the CFLAGS changes.
 * Use gid_t appropriately, but cast in signedness when getting it from an
   atoi(3) call, to check for error.
@
text
@d4 1
a4 1
CFLAGS=	-g -O -W -Wall -Werror -ansi -pedantic
@


1.5
log
@ * Add $FreeBSD$ after copyright in comments.
 * Finish using ${OBJS} for objects in util/Makefile.
 * Prevent defines.h from being included more than once.
 * Kill USXALLOC.
 * Kill an unused variable in cmd/prs.c.

Christoph Hellwig <hch@@infradead.org>
 * Use isatty(0) instead of old incompatible ioctl(2) calls.
 * isnumber() needs defined outside of FreeBSD.
 * __unused should only be implemented as __attribute__ in GNUC.
@
text
@d4 1
a4 1
CFLAGS=	-g -O -W -Wall -Werror
@


1.4
log
@A round of warnings.
@
text
@d2 1
@


1.3
log
@Protoize, warnings, cleanup.
@
text
@d3 1
a3 1
CFLAGS=	-g -O -W -Wall
@


1.2
log
@Include ../hdr/extern.h in preference to ../hdr/defines.h.
@
text
@d3 1
a3 1
CFLAGS=	-O -W -Wall -Werror
@


1.1
log
@Initial revision
@
text
@d3 1
a3 1
CFLAGS=	-O -w
@


1.1.1.1
log
@Initial import of CSRG SCCS.

Obtained from:	Kirk McKusick
@
text
@@
