21 lines
521 B
Makefile
21 lines
521 B
Makefile
dnl Id: Makefile.m4,v 1.3.2.1 2002/06/21 21:58:49 ca Exp
|
|
dnl $NetBSD: Makefile.m4,v 1.1.1.2 2003/06/01 14:01:32 atatat Exp $
|
|
include(confBUILDTOOLSDIR`/M4/switch.m4')
|
|
|
|
bldPRODUCT_START(`executable', `test')
|
|
define(`bldSOURCES', `t_dropgid.c ')
|
|
bldPRODUCT_END
|
|
|
|
include(confBUILDTOOLSDIR`/M4/'bldM4_TYPE_DIR`/sm-test.m4')
|
|
dnl smtest(`getipnode')
|
|
smtest(`t_dropgid')
|
|
smtest(`t_exclopen')
|
|
smtest(`t_pathconf')
|
|
smtest(`t_seteuid')
|
|
smtest(`t_setgid')
|
|
smtest(`t_setreuid')
|
|
smtest(`t_setuid')
|
|
dnl smtest(`t_snprintf')
|
|
|
|
bldFINISH
|