mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-15 03:29:53 +00:00
add logwtmp.c to the build
This commit is contained in:
parent
e64c17d8cb
commit
4539811926
@ -1,12 +1,15 @@
|
||||
#
|
||||
# This is the top-level makefile for libutil, GNO v2.0.6
|
||||
#
|
||||
# $Id: Makefile,v 1.1 1997/02/28 05:03:52 gdr Exp $
|
||||
# $Id: Makefile,v 1.2 1997/09/21 05:59:14 gdr Exp $
|
||||
#
|
||||
|
||||
.INCLUDE: ../../paths.mk
|
||||
.INCLUDE: ../const.mk
|
||||
|
||||
OBJS = login.o logintty.o
|
||||
OBJS = login.o logintty.o logwtmp.o
|
||||
|
||||
CFLAGS += -O78
|
||||
|
||||
libutil: $(OBJS)
|
||||
$(RM) -f $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user