Add timezone, swapon, getdirentries

This commit is contained in:
christos 1997-10-16 23:02:45 +00:00
parent 58b5d748a3
commit 2e3f898c30
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.15 1995/09/07 07:17:53 jtc Exp $ # $NetBSD: Makefile,v 1.16 1997/10/16 23:02:45 christos Exp $
LIB= compat LIB= compat
CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS
@ -40,8 +40,8 @@ MLINKS+=re_comp.3 re_exec.3
# compat 4.4 sources # compat 4.4 sources
SRCS+= cuserid.c SRCS+= cuserid.c getdirentries.c swapon.c timezone.c
MAN+= cuserid.3 MAN+= cuserid.3 getdirentries.3 swapon.3 timezone.3
# regexp sources # regexp sources