1SubDir HAIKU_TOP src system libroot posix crypt ;
2
3# filter warnings we don't want here
4TARGET_WARNING_CCFLAGS = [ FFilter $(TARGET_WARNING_CCFLAGS)
5 : -Wall -Wmissing-prototypes -Wsign-compare ] ;
6
7MergeObject posix_crypt.o :
8 crypt.c
9 crypt_util.c
10;
11