1 1.16 lukem # $NetBSD: Makefile,v 1.16 1997/10/23 03:29:09 lukem Exp $ 2 1.7 jtc # @(#)Makefile 8.1 (Berkeley) 6/4/93 3 1.1 cgd 4 1.1 cgd LIB= util 5 1.16 lukem CPPFLAGS+=-DLIBC_SCCS 6 1.8 thorpej SRCS= getmaxpartitions.c getrawpartition.c login.c login_tty.c logout.c \ 7 1.15 cjs logwtmp.c opendisk.c passwd.c pidlock.c pty.c ttyaction.c ttymsg.c 8 1.7 jtc 9 1.12 lukem MAN= getmaxpartitions.3 getrawpartition.3 login.3 opendisk.3 openpty.3 \ 10 1.15 cjs pidlock.3 pw_init.3 pw_lock.3 ttyaction.3 ttymsg.3 11 1.7 jtc 12 1.7 jtc MLINKS+=login.3 logout.3 13 1.7 jtc MLINKS+=login.3 logwtmp.3 14 1.7 jtc MLINKS+=openpty.3 login_tty.3 15 1.7 jtc MLINKS+=openpty.3 forkpty.3 16 1.7 jtc MLINKS+=pw_init.3 pw_edit.3 17 1.7 jtc MLINKS+=pw_init.3 pw_prompt.3 18 1.7 jtc MLINKS+=pw_init.3 pw_copy.3 19 1.7 jtc MLINKS+=pw_init.3 pw_scan.3 20 1.7 jtc MLINKS+=pw_init.3 pw_error.3 21 1.7 jtc MLINKS+=pw_lock.3 pw_mkdb.3 22 1.7 jtc MLINKS+=pw_lock.3 pw_abort.3 23 1.15 cjs MLINKS+=pidlock.3 ttylock.3 24 1.15 cjs MLINKS+=pidlock.3 ttyunlock.3 25 1.1 cgd 26 1.1 cgd .include <bsd.lib.mk> 27