mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-17 12:08:43 +00:00
6bfb3527a9
- most Makefiles now use gno/lib/lib.mk (not all of libc has been done yet)
15 lines
262 B
Makefile
15 lines
262 B
Makefile
#
|
|
# This is the makefile for libutil, GNO v2.0.6
|
|
#
|
|
# $Id: Makefile,v 1.4 1998/02/08 03:47:34 gdr-ftp Exp $
|
|
#
|
|
|
|
LIB = util
|
|
SRCS = login.o logintty.o logwtmp.o
|
|
OPTIMIZE = 78
|
|
|
|
.INCLUDE: /src/gno/lib/lib.mk
|
|
|
|
$(LIBTARGET):: lib$(LIB).r
|
|
$(CATREZ) -d $@ lib$(LIB).r
|