Makefile (262e143bd46171a6415a5b28af260a5efa2a3db8) Makefile (a5921bc3653e2e286715e6fe8d473ec0d02da38c)
1# $FreeBSD$
2#
3# Copyright (c) 2000 by Matthew Jacob
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:

--- 20 unchanged lines hidden (view full) ---

29#
30# Matthew Jacob
31# Feral Software
32# mjacob@feral.com
33#
34
35.PATH: ${.CURDIR}/../srcs
36
1# $FreeBSD$
2#
3# Copyright (c) 2000 by Matthew Jacob
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:

--- 20 unchanged lines hidden (view full) ---

29#
30# Matthew Jacob
31# Feral Software
32# mjacob@feral.com
33#
34
35.PATH: ${.CURDIR}/../srcs
36
37PACKAGE=examples
38FILESDIR=${SHAREDIR}/examples/ses/${PROG}
37PROG= setencstat
38SRCS= setencstat.c eltsub.c
39MAN= setencstat.8
40
41.include <bsd.prog.mk>
39PROG= setencstat
40SRCS= setencstat.c eltsub.c
41MAN= setencstat.8
42
43.include <bsd.prog.mk>