2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy is of the CDDL is also available via the Internet
9 # at http://www.illumos.org/license/CDDL.
13 # Copyright 2010 Chris Love. All rights reserved.
19 OBJS
= forward.o misc.o read.o reverse.o tail.o
22 include ..
/Makefile.cmd
25 CPPFLAGS
+= -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS
=64
27 C99MODE
= $(C99_ENABLE
)
40 $(LINK.c
) $(OBJS
) -o
$@
$(LDLIBS
)
43 install: all .WAIT
$(ROOTPROG
)
49 include ..
/Makefile.targ