mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-08-14 15:27:18 +00:00
add logwtmp.c to the build
This commit is contained in:
@@ -1,12 +1,15 @@
|
|||||||
#
|
#
|
||||||
# This is the top-level makefile for libutil, GNO v2.0.6
|
# 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: ../const.mk
|
.INCLUDE: ../../paths.mk
|
||||||
|
.INCLUDE: ../const.mk
|
||||||
|
|
||||||
OBJS = login.o logintty.o
|
OBJS = login.o logintty.o logwtmp.o
|
||||||
|
|
||||||
|
CFLAGS += -O78
|
||||||
|
|
||||||
libutil: $(OBJS)
|
libutil: $(OBJS)
|
||||||
$(RM) -f $@
|
$(RM) -f $@
|
||||||
|
Reference in New Issue
Block a user