Makefile revision 1.69
11.69Schristos# $NetBSD: Makefile,v 1.69 2011/11/13 22:03:34 christos Exp $ 21.7Sjtc# @(#)Makefile 8.1 (Berkeley) 6/4/93 31.1Scgd 41.35SlukemUSE_SHLIBDIR= yes 51.35Slukem 61.34Slukem.include <bsd.own.mk> 71.34Slukem 81.57Schristos.include "${NETBSDSRCDIR}/common/lib/libutil/Makefile.inc" 91.57Schristos 101.60SlukemWARNS= 4 111.1ScgdLIB= util 121.59SchristosCPPFLAGS+=-DLIBC_SCCS -I${.CURDIR} 131.67SchristosSRCS+= efun.c getbootfile.c getlabelsector.c getmaxpartitions.c \ 141.43Sjdolecek getmntopts.c getrawpartition.c \ 151.40Selric disklabel_dkcksum.c disklabel_scan.c \ 161.44Sdsl if_media.c \ 171.39Sjdolecek login.c loginx.c login_cap.c login_tty.c logout.c logoutx.c \ 181.53Schristos logwtmp.c logwtmpx.c opendisk.c parsedate.y \ 191.63Sdrochner passwd.c pw_scan.c pidfile.c pidlock.c pty.c \ 201.56Slukem raise_default_signal.c \ 211.67Schristos secure_path.c sockaddr_snprintf.c stat_flags.c \ 221.64Schristos strpct.c ttyaction.c ttymsg.c 231.7Sjtc 241.69SchristosMAN= efun.3 getbootfile.3 getfstypename.3 getlabelsector.3 \ 251.69Schristos getmaxpartitions.3 getmntopts.3 getrawpartition.3 \ 261.38Swiz login.3 login_cap.3 loginx.3 \ 271.40Selric disklabel_dkcksum.3 disklabel_scan.3 \ 281.53Schristos opendisk.3 openpty.3 parsedate.3 pidfile.3 pidlock.3 \ 291.68Schristos proc_compare.3 pw_getconf.3 pw_init.3 pw_lock.3 secure_path.3 \ 301.56Slukem raise_default_signal.3 \ 311.64Schristos snprintb.3 sockaddr_snprintf.3 stat_flags.3 strpct.3 ttyaction.3 \ 321.36Sabs ttymsg.3 util.3 331.19Sthorpej 341.59SchristosYPREFIX=__pd 351.34Slukem.PATH: ${NETBSDSRCDIR}/lib/libc/gen 361.7Sjtc 371.59Schristos.include "compat/Makefile.inc" 381.59Schristos 391.42SscwMLINKS+=getlabelsector.3 getlabeloffset.3 401.66SbouyerMLINKS+=getlabelsector.3 getlabelusesmbr.3 411.7SjtcMLINKS+=login.3 logout.3 421.7SjtcMLINKS+=login.3 logwtmp.3 431.25SmjlMLINKS+=login_cap.3 login_getclass.3 441.25SmjlMLINKS+=login_cap.3 login_getcapbool.3 451.25SmjlMLINKS+=login_cap.3 login_getcapnum.3 461.25SmjlMLINKS+=login_cap.3 login_getcapsize.3 471.25SmjlMLINKS+=login_cap.3 login_getcapstr.3 481.25SmjlMLINKS+=login_cap.3 login_getcaptime.3 491.25SmjlMLINKS+=login_cap.3 login_close.3 501.25SmjlMLINKS+=login_cap.3 setclasscontext.3 511.25SmjlMLINKS+=login_cap.3 setusercontext.3 521.38SwizMLINKS+=loginx.3 logoutx.3 loginx.3 logwtmpx.3 531.7SjtcMLINKS+=openpty.3 login_tty.3 541.7SjtcMLINKS+=openpty.3 forkpty.3 551.58SchristosMLINKS+=pw_getconf.3 pw_getpwconf.3 561.7SjtcMLINKS+=pw_init.3 pw_edit.3 571.7SjtcMLINKS+=pw_init.3 pw_prompt.3 581.7SjtcMLINKS+=pw_init.3 pw_copy.3 591.62SchristosMLINKS+=pw_init.3 pw_copyx.3 601.7SjtcMLINKS+=pw_init.3 pw_scan.3 611.7SjtcMLINKS+=pw_init.3 pw_error.3 621.7SjtcMLINKS+=pw_lock.3 pw_mkdb.3 631.7SjtcMLINKS+=pw_lock.3 pw_abort.3 641.28StronMLINKS+=pw_lock.3 pw_getprefix.3 651.28StronMLINKS+=pw_lock.3 pw_setprefix.3 661.15ScjsMLINKS+=pidlock.3 ttylock.3 671.15ScjsMLINKS+=pidlock.3 ttyunlock.3 681.50SchristosMLINKS+=efun.3 esetfunc.3 691.50SchristosMLINKS+=efun.3 easprintf.3 701.50SchristosMLINKS+=efun.3 estrlcpy.3 711.50SchristosMLINKS+=efun.3 estrlcat.3 721.50SchristosMLINKS+=efun.3 estrdup.3 731.55SpookaMLINKS+=efun.3 estrndup.3 741.50SchristosMLINKS+=efun.3 emalloc.3 751.51SchristosMLINKS+=efun.3 ecalloc.3 761.50SchristosMLINKS+=efun.3 erealloc.3 771.50SchristosMLINKS+=efun.3 efopen.3 781.50SchristosMLINKS+=efun.3 evasprintf.3 791.54SchristosMLINKS+=stat_flags.3 string_to_flags.3 801.54SchristosMLINKS+=stat_flags.3 flags_to_string.3 811.61SpgoyetteMLINKS+=snprintb.3 snprintb_m.3 821.65SjruohoMLINKS+=util.3 libutil.3 831.1Scgd 841.1Scgd.include <bsd.lib.mk> 85